#include <src/user/pspthreadman.h>
Data Fields | |
| SceSize | size |
| Size of the SceKernelSemaInfo structure. | |
| char | name [32] |
| NUL-terminated name of the semaphore. | |
| SceUInt | attr |
| Attributes. | |
| int | initCount |
| The initial count the semaphore was created with. | |
| int | currentCount |
| The current count. | |
| int | maxCount |
| The maximum count. | |
| int | numWaitThreads |
| The number of threads waiting on the semaphore. | |
|
|
Attributes.
|
|
|
The current count.
|
|
|
The initial count the semaphore was created with.
|
|
|
The maximum count.
|
|
|
NUL-terminated name of the semaphore.
|
|
|
The number of threads waiting on the semaphore.
|
|
|
Size of the SceKernelSemaInfo structure.
|
1.4.6